home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / JvDlgsD10R.bpl / 0 / RCDATA / TJVDUALLISTFORM / TJVDUALLISTFORM.txt < prev   
Text File  |  2006-04-25  |  4KB  |  174 lines

  1. object JvDualListForm: TJvDualListForm
  2.   Left = 198
  3.   Top = 100
  4.   ActiveControl = SrcList
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 269
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = ListClick
  20.   OnCreate = FormCreate
  21.   OnShow = ListClick
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 4
  26.     Top = 7
  27.     Width = 384
  28.     Height = 224
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.   end
  32.   object SrcLabel: TLabel
  33.     Left = 12
  34.     Top = 12
  35.     Width = 3
  36.     Height = 13
  37.   end
  38.   object DstLabel: TLabel
  39.     Left = 216
  40.     Top = 12
  41.     Width = 3
  42.     Height = 13
  43.   end
  44.   object SrcList: TJvListBox
  45.     Left = 12
  46.     Top = 30
  47.     Width = 164
  48.     Height = 194
  49.     DragMode = dmAutomatic
  50.     ItemHeight = 13
  51.     Background.FillMode = bfmTile
  52.     Background.Visible = False
  53.     MultiSelect = True
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     Sorted = True
  57.     TabOrder = 0
  58.     OnClick = ListClick
  59.     OnDblClick = IncBtnClick
  60.     OnDragDrop = SrcListDragDrop
  61.     OnDragOver = SrcListDragOver
  62.     OnKeyDown = SrcListKeyDown
  63.   end
  64.   object DstList: TJvListBox
  65.     Left = 216
  66.     Top = 30
  67.     Width = 164
  68.     Height = 194
  69.     DragMode = dmAutomatic
  70.     ItemHeight = 13
  71.     Background.FillMode = bfmTile
  72.     Background.Visible = False
  73.     MultiSelect = True
  74.     ParentShowHint = False
  75.     ShowHint = True
  76.     Sorted = True
  77.     TabOrder = 5
  78.     OnClick = ListClick
  79.     OnDblClick = ExclBtnClick
  80.     OnDragDrop = DstListDragDrop
  81.     OnDragOver = DstListDragOver
  82.     OnKeyDown = DstListKeyDown
  83.   end
  84.   object IncBtn: TButton
  85.     Left = 183
  86.     Top = 32
  87.     Width = 26
  88.     Height = 26
  89.     Caption = '>'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clBlack
  92.     Font.Height = -12
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     TabOrder = 1
  97.     OnClick = IncBtnClick
  98.   end
  99.   object IncAllBtn: TButton
  100.     Left = 183
  101.     Top = 64
  102.     Width = 26
  103.     Height = 26
  104.     Caption = '>>'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlack
  107.     Font.Height = -12
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     TabOrder = 2
  112.     OnClick = IncAllBtnClick
  113.   end
  114.   object ExclBtn: TButton
  115.     Left = 183
  116.     Top = 97
  117.     Width = 26
  118.     Height = 26
  119.     Caption = '<'
  120.     Font.Charset = DEFAULT_CHARSET
  121.     Font.Color = clBlack
  122.     Font.Height = -12
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = [fsBold]
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     OnClick = ExclBtnClick
  128.   end
  129.   object ExclAllBtn: TButton
  130.     Left = 183
  131.     Top = 129
  132.     Width = 26
  133.     Height = 26
  134.     Caption = '<<'
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clBlack
  137.     Font.Height = -12
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = [fsBold]
  140.     ParentFont = False
  141.     TabOrder = 4
  142.     OnClick = ExclAllBtnClick
  143.   end
  144.   object OkBtn: TButton
  145.     Left = 130
  146.     Top = 239
  147.     Width = 77
  148.     Height = 25
  149.     Caption = 'OK'
  150.     Default = True
  151.     ModalResult = 1
  152.     TabOrder = 6
  153.   end
  154.   object CancelBtn: TButton
  155.     Left = 213
  156.     Top = 239
  157.     Width = 77
  158.     Height = 25
  159.     Cancel = True
  160.     Caption = 'Cancel'
  161.     ModalResult = 2
  162.     TabOrder = 7
  163.   end
  164.   object HelpBtn: TButton
  165.     Left = 310
  166.     Top = 239
  167.     Width = 77
  168.     Height = 25
  169.     Caption = 'Help'
  170.     TabOrder = 8
  171.     OnClick = HelpBtnClick
  172.   end
  173. end
  174.